projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ef5fad
)
(synch_process_death, synch_process_retcode): Delete extra declaration.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 31 Jan 1996 22:36:08 +0000
(22:36 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 31 Jan 1996 22:36:08 +0000
(22:36 +0000)
src/process.h
patch
|
blob
|
history
diff --git
a/src/process.h
b/src/process.h
index f6aa17526f26ecbf449e3f1aab9f6d28cfabff98..197dda1cd3ad2c1168663696758804975e65110e 100644
(file)
--- a/
src/process.h
+++ b/
src/process.h
@@
-90,8
+90,6
@@
extern int synch_process_alive;
/* Communicate exit status of sync process to from sigchld_handler
to Fcall_process. */
-extern int synch_process_retcode;
-extern char *synch_process_death;
/* Nonzero => this is a string explaining death of synchronous subprocess. */
extern char *synch_process_death;